.terms-container {
    margin: 142px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
   max-width: 700px;
}

.terms-container a {
    color: #BAAED2;

    text-align: justify;
    /* Body */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    margin: 28px 0 64px;
    text-decoration: underline;
}

.terms-title {
    color: #FFF;

    text-align: center;
    font-family: Questrial;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 70.4px */
    letter-spacing: -1.92px;
}

.terms-title em {
    color: #FFF;
    font-family: "DM Serif Display";
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.92px;
    margin-right: 5px;
}

.terms-modified {
    color: #C7B7E7;

    text-align: center;
    /* Body */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */

    margin-top: 24px;
    margin-bottom: 100px;
}

.terms-container-contet {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-title-wrapper {
    display: flex;
    justify-content: flex-start;
}

.section-title {
    color: #FFF;

    text-align: left;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 44px */
}

.section-title-number {
    color: #FFF;

    text-align: center;
    font-family: "DM Serif Display";
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%; /* 44px */
    margin-right: 19px;
}

.terms-text {
    color: #BAAED2;

text-align: justify;
/* Body */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
margin: 28px 0 64px;
}

.terms-text-m-t-0 {
    margin-top: 0;
}
.terms-text-m-b-0 {
    margin-bottom: 0;
}

.terms-text-m-0 {
    margin: 0;
}



ul.terms-text-ul {
    margin-bottom: 64px;
}
ul.terms-text-ul-m-b-0 {
    margin-bottom: 0px;
}

ul.terms-text-m-b-100 {
    margin-bottom: 100px;
}

.terms-text-ul li {
    list-style-type: initial;
    color: #BAAED2;
    text-align: justify;
    /* Body */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    margin-left: 20px;
}




@media (max-width: 767px) { 
    .terms-container {
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media (max-width: 500px) { 
    .terms-container {
        margin-left: 16px;
        margin-right: 16px;
    }
    .terms-title, .terms-title em {
        font-size: 40px;
    }

    .section-title, .section-title-number {
        font-size: 30px;
    }
}
